ON-PREMISES LIBRARY · NO MICROSOFT OFFICE REQUIRED

Read, write and render PowerPoint files from your own code.

Aspose.Slides creates, edits, converts and renders PowerPoint and OpenDocument presentations in .NET, Java, Python, C++, Node.js, Android and more. It runs in your process, on Windows, Linux or macOS, in a container or on a host, with no Office install.

Download free trial Documentation Full API on trial · watermark on open and save
Install
.NET
dotnet add package Aspose.Slides.NET
Python
pip install aspose-slides
Node.js
npm install aspose.slides.via.java
Java
com.aspose:aspose-slides
C++, Android, PHP, SharePoint, JasperReports and more
RUNS ON

Windows, Linux and macOS, on a host or in a container, wherever the .NET, Java or Python runtime the build targets is supported. No Microsoft Office installation on the machine that runs it.

Prefer not to host it yourself? The same work is available as a hosted REST API through Aspose.Slides Cloud.

  • 189 / 82

    Shape types and chart types, each a real object that PowerPoint still recognises and lets a person edit after the file is written.

  • 13 → 12

    Presentation formats read and written, including the pre-2007 binary .ppt container and OpenDocument .odp, plus 9 further export targets.

  • 128

    Consecutive months with a release, on a published version stream.

  • 0

    Microsoft Office installs, GDI dependencies and X displays needed. A small Linux container is enough.

Pick your platform

All high-code APIs

Same object model everywhere. The differences that matter are the runtime and what each build adds on top.

Pythonvia .NET Python via .NET API for creating, editing, rendering, and converting PowerPoint and OpenDocument presentations. It also supports programmatic presentation translation through external AI services. aspose-slides .NETNuGet On-premises .NET APIs for creating, editing, rendering, and converting PowerPoint and OpenDocument presentations. Import content from PDF, generate frames for animated video export, and translate presentation text through external AI services. Aspose.Slides.NET JavaJava SE & enterprise Java APIs for creating, loading, editing, rendering, converting, and parsing PowerPoint and OpenDocument presentations in Java SE and enterprise applications. Translate presentation text through external AI services. com.aspose:aspose-slides · Aspose Java repo, not Maven Central C++native Native C++ library for creating, loading, editing, rendering, and converting PowerPoint and OpenDocument presentations without Microsoft PowerPoint. Aspose.Slides.Cpp Node.jsvia Java Node.js via Java API for creating, editing, rendering, and converting PowerPoint and OpenDocument presentations. It also supports programmatic presentation translation through external AI services. aspose.slides.via.java Androidvia Java Android via Java API for creating, editing, rendering, and converting PowerPoint and OpenDocument presentations in mobile applications. It also supports programmatic presentation translation through external AI services. aspose-slides · android.via.java and more PHP, Python via Java, Node.js via .NET, .NET Core and Xamarin builds, plus the SharePoint, Reporting Services and JasperReports integrations. VIEW ALL

Build a presentation from content you already have

Most of the presentation work people automate runs into a deck rather than out of one: pulling HTML, images, PDF pages or database rows onto slides. Aspose.Slides reads HTML markup straight into a text frame, keeping the headings, bold runs and lists it finds.

That is the whole program: no PowerPoint, no headless Office, no template file to keep in step. The same call takes markup a reporting job or a content system already produces, so an existing HTML report becomes a deck on a schedule instead of by hand.

HTML → PPTXPYTHON
import aspose.slides as slides

html = "<h1>Quarterly review</h1><p>Revenue up <b>18%</b> on the quarter.</p>"

with slides.Presentation() as presentation:
    frame = presentation.slides[0].shapes.add_auto_shape(
        slides.ShapeType.RECTANGLE, 40, 40, 640, 300).text_frame
    frame.paragraphs.clear()
    frame.paragraphs.add_from_html(html)
    presentation.save("quarterly.pptx", slides.export.SaveFormat.PPTX)

What goes in, what comes out

Read in only

Other content read inplaced into a presentation rather than opened as one

  • HTML
  • PDF
  • raster image

Read onlyno writer in the API

  • PPT95

Aspose.Slides

12 formats read and written — presentation files, proven by writing each one and reading it back.

  • FODP
  • ODP
  • OTP
  • POT
  • POTM
  • POTX
  • PPS
  • PPSM
  • PPSX
  • PPT
  • PPTM
  • PPTX

Written out only

Written onlyexport targets, not presentation files

  • GIF
  • HTML
  • HTML5
  • MD
  • PDF
  • SWF
  • TIFF
  • XML
  • XPS

Slide imagesrendered from a slide

  • BMP
  • EMF
  • GIF
  • JPEG
  • PNG
  • SVG
  • TIFF
Read from the shipping package on 2026-08-21 by writing each file out and reading it back in.

Capabilities, one line each

Everything here is supported. Where a grey note follows, the capability is delivered through a separate product or comes with a stated limit.

As of 2026-08-18. 49 presentation SDKs and services surveyed. Next re-test: November 2026.

File formats
  • Reads OOXML presentations
  • Writes .pptx
  • Reads legacy binary PowerPoint
  • Writes legacy binary .ppt
  • Reads OpenDocument presentations
  • Writes .odp
  • Exports to PDF
  • Imports PDF into a presentation
  • Exports slides to raster images
  • Exports to HTML
  • Extracts text / Markdown / JSON
Deployment
  • Runs entirely on the customer's own infrastructure
  • Offered as a hosted API the customer calls — through Aspose.Slides Cloud, a separate product
  • Runs without a Microsoft Office / LibreOffice installation
  • Works with no outbound network access
Document operations
  • Create from nothing
  • Open, modify, save back
  • Preserve untouched content
  • Merge or append presentations
  • Slide thumbnails
  • Create charts
Non-functional
  • Published performance numbers — one published capacity figure, no benchmark suite
  • Air-gapped install and licensing
API & language reach
  • .NET · Java / JVM · Python · C / C++
  • JavaScript / TypeScript / Node · PHP
  • Android, SharePoint and JasperReports integrations
  • Language-agnostic REST/HTTP API — through Aspose.Slides Cloud, a separate product
Ecosystem & support
  • Public API reference and guides
  • Runnable sample projects
  • Paid support and escalation

Start with the trial, license when you ship

The trial is the full API. It applies an evaluation watermark when a presentation is opened or saved and caps text extraction at one slide, so you can test the formats you actually care about before you talk to anyone. A temporary licence lifts both for 30 days.

If you don't want a library

Aspose.Slides Cloud is a hosted REST API for loading, creating, editing and converting presentations.

In use

The product worked as advertised, the documentation was easy to follow, and the support forums were all the help we needed. The final solution that we deployed has exceeded our initial expectations by a great deal.

— BRUCE BRIEN · STRATASCOPE INC, USA

ASPOSE.SLIDES · PRODUCTS.ASPOSE.COMPRESENTATION AUTOMATION WITHOUT MICROSOFT OFFICE